home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / gwuada_9.zip / LIBRP.H < prev    next >
C/C++ Source or Header  |  1992-10-05  |  624b  |  22 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. Declaredmap getdcl(IFILE *);
  11. Symbol getsym(IFILE *, char *);
  12. Node getnodptr(int, int);
  13. Node getnodref(IFILE *, char *);
  14. char *read_ais(char *, int, char *, int, int);
  15. int read_stub(char *, char *, char *);
  16. int read_lib();
  17. void load_tre(IFILE *, int);
  18. Symbol getsymref(IFILE *, char *);
  19. void retrieve_generic_tree(Node, Node);
  20. char *lib_aisname();
  21. void get_unit_unam(IFILE *, Symbol);
  22.